aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/main/java/com/vaadin/v7/data
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-11131-131/+131
* Code cleanup (#12333)Anna Koskinen2021-07-081-9/+15
* fix: Update regexp pattern of legacy EmailValidator (#12241)Tatu Lund2021-03-121-2/+6
* Update copyright year range. (#12215)Anna Koskinen2021-03-04131-131/+131
* Bump hibernate-validator from 4.3.2.Final to 5.3.5.Final (#12083)Tatu Lund2020-08-251-3/+27
* 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
* 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
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-261-1/+1
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-207-21/+37
* 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
* Fix typos (#10124)Ahmed Ashour2017-10-041-1/+1
* Remove unneeded .toArray() (#10131)Ahmed Ashour2017-10-032-3/+1
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-0211-60/+52
* Simplify conditional logic. (#10122)Ahmed Ashour2017-10-022-7/+4
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-0219-53/+58
* 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
* Construct array inline (#10068)Ahmed Ashour2017-09-232-2/+3
* Fix javadoc references (#10067)Ahmed Ashour2017-09-236-13/+9
* 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
* 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
* Replacement guide javadocs for deprecated classesIlia Motornyi2017-03-1584-24/+325
* Replacement guide javadocs for deprecated classes, part two (#8719)Ilia Motornyi2017-03-1523-1/+90
* 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