Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 2 | -30/+0 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 2 | -2/+2 |
| | |||||
* | Use static import of Assert in tests (#10126) | Ahmed Ashour | 2017-10-03 | 1 | -13/+10 |
| | | | | Also removes dependency on junit.framework.TestCase . | ||||
* | Use single character for StringBuilder.append (#10102) | Ahmed Ashour | 2017-09-28 | 1 | -2/+2 |
| | |||||
* | Remove unused methods (#10020) | Ahmed Ashour | 2017-09-20 | 1 | -15/+1 |
| | |||||
* | Use final modifier where appropriate | Per-Åke Minborg | 2016-11-09 | 1 | -3/+3 |
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7226 | ||||
* | Use chain of .append() methods instead of String concatenation | Per-Åke Minborg | 2016-11-04 | 1 | -2/+2 |
| | | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf721d | ||||
* | Add private constructor for utility classes | Per-Åke Minborg | 2016-11-02 | 1 | -0/+3 |
| | | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7210 | ||||
* | Use diamond operator where it can be used | Artur Signell | 2016-09-05 | 2 | -3/+3 |
| | | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012 | ||||
* | Update copyright year to 2016 | Artur Signell | 2016-08-18 | 2 | -2/+2 |
| | | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77 | ||||
* | Remove trailing whitespace from code and javadoc | Artur Signell | 2016-08-18 | 2 | -6/+6 |
| | | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d | ||||
* | Format using Eclipse Neon | Artur Signell | 2016-08-18 | 2 | -6/+11 |
| | | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0 | ||||
* | Remove deprecated Property.toString() mode | Artur Signell | 2016-08-15 | 1 | -14/+2 |
| | | | | | | | | The Property.toString() alternatives combined with the legacyPropertyToString servlet init parameter was introduced in Vaadin 7.0 to ease migration of applications written in earlier versions. This is no longer relevant. Change-Id: I6b20e96408738a2a0d60f230c329ce0b329465a8 | ||||
* | Add @Test annotations, rename test classes | Teemu Suo-Anttila | 2016-03-17 | 1 | -3/+7 |
| | | | | Change-Id: Iac29db81c0c7ff425da73e7ae3d69eadabf5de77 | ||||
* | Migrate vaadin-server build to maven | Teemu Suo-Anttila | 2016-03-14 | 6 | -0/+424 |
Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e |