aboutsummaryrefslogtreecommitdiffstats
path: root/client-compiler/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-1124-24/+24
|
* Code cleanup (#12333)Anna Koskinen2021-07-083-17/+17
| | | | | | | | | | | | | | | | - 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
* Update copyright year range. (#12215)Anna Koskinen2021-03-0424-24/+24
| | | | * Update copyright year range.
* Update copyright year (#10761)Ilia Motornyi2018-03-2724-24/+24
|
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-012-39/+21
|
* Add spaces after 'if' and 'for' in JavaScript (#10199)Ahmed Ashour2017-10-201-1/+1
| | | | | | | | * Add spaces after 'if' and 'for' in JavaScript * Revert to old format * Remove whitespaces
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-101-2/+2
|
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-021-2/+3
| | | Also includes minor other javadoc and formatting fixes.
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-282-2/+2
|
* Construct array inline (#10068)Ahmed Ashour2017-09-231-1/+1
| | | And some trivial test enhancements
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-211-2/+2
|
* Add LoadStyle.NONE for completely omitting a connectorLeif Åstrand2017-04-131-0/+6
|
* Add update checker (#8654)Henri Sara2017-02-232-0/+185
|
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-202-4/+3
|
* Show a sensible message for missing extensions (#10799)Artur Signell2016-12-092-1/+7
| | | | | | | Also remove ComponentMissingFromDefaultWidgetsetTest since it's identical to UnknownComponentConnectorTest Change-Id: I4b4b8f40c8376f4ea26b73d41191a3e7e811df01
* Use fully qualified name for bundlesArtur Signell2016-09-121-2/+2
| | | | | | | Fixes problem with two LAZY connectors not being able to have the same simple class name. Change-Id: I97970979884c99162d52718449dc18f10e955e32
* Use diamond operator where it can be usedArtur Signell2016-09-056-43/+43
| | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-311-1/+2
| | | | Change-Id: I145e20226958910c243b9897bb1e9516919f55cd
* Duplicate client-side of the Vaadin 7 GridTeemu Suo-Anttila2016-08-302-10/+37
| | | | Change-Id: I069df183806937c2d97eb3e9c8a073ef53ab5c24
* Organize importsArtur Signell2016-08-202-1/+2
| | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f
* Move FieldGroup and Vaadin 7 Grid to compatibility packageArtur Signell2016-08-201-5/+6
| | | | Change-Id: I9aaef478e0b67462641239802b924b8461cb9225
* Update copyright year to 2016Artur Signell2016-08-1823-23/+23
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-1821-78/+78
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-1816-187/+172
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Merge branch 'master' into feature/mavenizeelmot2016-04-131-1/+25
| | | | Change-Id: Id7db526d07a14ac259cbb50415bbafd2a7c2ab94
* Build client-compiler with mavenelmot2016-03-2223-0/+4448
Change-Id: Ic86a95ce44cc37c8d34d607b39f2aec4cc922ce2