aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Add missing FocusShortcutListener (#11289)Michael Forstner2018-12-101-1/+2
* Fixed typo (#11072)Ilia Motornyi2018-07-191-1/+1
* Fix using runo icons in FileTypeResolver (#10858)Ilia Motornyi2018-05-032-1/+125
* Update copyright year (#10761)Ilia Motornyi2018-03-27219-219/+219
* 8.3.2 since (#10678)Ilia Motornyi2018-03-051-4/+4
* Allow configuring content modes for Grid cell tooltips (#10632)Ilia Motornyi2018-02-151-11/+87
* Use Logger instead of VConsole (#10249)Ahmed Ashour2017-11-061-1/+0
* Fix javadoc ending (#10274)Ahmed Ashour2017-11-0624-98/+98
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-314-8/+9
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-3122-48/+34
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-268-65/+63
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-266-29/+29
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-2010-26/+45
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-126-10/+10
* Remove redundant null checks before an instanceof (#10173)Ahmed Ashour2017-10-126-9/+8
* Fix typos (#10158)Ahmed Ashour2017-10-103-3/+4
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-109-27/+23
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-094-6/+6
* Support null intermediate properties in NestedMethodProperty (#10134)Olli Tietäväinen2017-10-041-0/+3
* Fix typos (#10124)Ahmed Ashour2017-10-042-3/+3
* Remove unneeded .toArray() (#10131)Ahmed Ashour2017-10-033-10/+6
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-0214-98/+82
* Simplify conditional logic. (#10122)Ahmed Ashour2017-10-022-7/+4
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-0257-280/+296
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-2917-172/+97
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-2815-83/+92
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-286-9/+9
* Fix typos (#10095)Ahmed Ashour2017-09-276-50/+60
* Eliminate the use of AWT in non-test code (#10094)Henri Sara2017-09-271-3/+21
* Implement error level on client side (#9817)Adam Wagner2017-09-273-2/+3
* Fix typos (#10071)Ahmed Ashour2017-09-253-3/+3
* Construct array inline (#10068)Ahmed Ashour2017-09-234-4/+5
* Fix javadoc references (#10067)Ahmed Ashour2017-09-2311-35/+37
* Format curly brackets correctly for checkstyle (#10066)Ahmed Ashour2017-09-227-49/+27
* Remove unused methods. (#10058)Ahmed Ashour2017-09-224-24/+0
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-228-26/+26
* Fix unused parameters in javadoc (#10055)Ahmed Ashour2017-09-2111-25/+18
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-2114-24/+24
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-2110-12/+12
* Remove unused methods (#10020)Ahmed Ashour2017-09-201-4/+0
* Use simple class namesAhmed Ashour2017-09-2021-54/+66
* Remove unneeded ArrayList constructionAhmed Ashour2017-09-191-2/+2
* Javadoc fixesAhmed Ashour2017-09-134-9/+8
* Simplify boolean expressionsAhmed Ashour2017-09-132-7/+7
* Fix occasional empty rows in Table and TreeTable (#9800)Henri Sara2017-08-091-48/+1
* Update hierarchical data related deprecation messages (#9558)Henri Sara2017-06-208-21/+28
* Move GAEVaadinServlet to its own moduleMirjan Merruko2017-04-251-469/+0
* Replacement guide javadocs for deprecated classesIlia Motornyi2017-03-15102-34/+368
* Replacement guide javadocs for deprecated classes, part two (#8719)Ilia Motornyi2017-03-1526-3/+95
* Fix some generics warnings in EclipseAhmed Ashour2017-03-081-3/+3