aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/dd
Commit message (Collapse)AuthorAgeFilesLines
* Code cleanup (#12333)Anna Koskinen2021-07-081-2/+5
| | | | | | | | | | | | | | | | - 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
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-173-3/+6
|
* Remove empty comments (#10789)Ilia Motornyi2018-04-052-11/+2
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-282-30/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-272-2/+2
|
* Remove unused imports (#10330)Ahmed Ashour2017-11-211-2/+0
|
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-014-38/+17
|
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-311-2/+1
|
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-271-1/+0
| | | Also improve naming by replacing one-letter variable names.
* Remove unneeded .toArray() (#10131)Ahmed Ashour2017-10-031-1/+1
| | | Use for each loop.
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-021-2/+1
|
* Remove auto-generated comment (#10111)Ahmed Ashour2017-09-292-3/+0
|
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-282-5/+7
|
* Construct array inline (#10068)Ahmed Ashour2017-09-232-4/+4
| | | And some trivial test enhancements
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-1/+0
| | | And remove unused imports.
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-212-4/+4
| | | Also includes some other minor cleanup.
* Use String.isEmpty()Ahmed Ashour2017-09-191-1/+1
|
* Replace iterators with enhanced for loops (#10018)Ahmed Ashour2017-09-191-2/+2
| | | This change also includes some other minor cleanup.
* Fix varargs warningsAhmed Ashour2017-09-131-1/+1
|
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-011-5/+4
| | | | | Running formatter:format will format all files in a submodule using an embedded Eclipse compiler (based on Neon SR1) according to the regular formatting settings file.
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-131-4/+1
| | | | | | | | | | | | | All components are now in immediate mode by default. V7 compatibility components will use AbstractLegacyComponent that has immediate. V7 ColorPickerPopup will not have setImmediate, since it extends V8 Window, which is not in V7 compatibility packages. Removed OutOfSync and ResynchronizeAfterAsyncRemoval Tests, since those tested UI in not immediate mode, which is invalid now. Removed WindowResizeListener, LazyWindowResize, test UIs, since both used immediate and there were no test run for either. Change-Id: Ie1c8cfa4c48461db944ff9b13efe8473c5a3298f
* Make Valo the default themePekka Hyvönen2016-10-062-4/+4
| | | | | | | | | | LegacyApplication explicitly uses "reindeer" as default theme. Extended AbstractTestUI to AbstractReindeerTestUI, that all old tests now inherit. All new tests should be based on AbstractTestUI. Also added AbstractReindeerTestUIWithLog for those that needed it. Removed all found @Theme("valo") and used proper parent test class. Change-Id: I0bb45850f3f1d39c6f78dac35dfa08acbad427ad
* Unify listeners on the server sideAleksi Hietanen2016-09-291-1/+1
| | | | | | | | | | | This patch updates server side add*Listener methods to return a registration object and deprecates their corresponding remove*Listener methods. Additionally this patch removes add/removeListener methods which were deprecated in 7.0. Change-Id: I26ac5f11882512288fbbf601c7cb2aaff653ec76
* Use diamond operator where it can be usedArtur Signell2016-09-054-11/+11
| | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
* Organize importsArtur Signell2016-08-302-2/+2
| | | | Change-Id: Ie58291fd4858d5421b23e56603808f158d559687
* Move Item to compatibility packageArtur Signell2016-08-2410-10/+10
| | | | Change-Id: I51ad45a18d2dcfbd582c7e4bdcca99300d20cee0
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-2211-67/+67
| | | | | | | | * Use com.vaadin.v7 * Use the same class name as in Vaadin 7 * Use a "vaadin7-" declarative prefix for Vaadin 7 components Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5
* Update copyright year to 2016Artur Signell2016-08-182-2/+2
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-189-22/+22
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-1823-165/+161
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-111-16/+6
| | | | | | Add LegacyCheckBox for old field factories, Grid editor etc. Change-Id: Ic40790049421268c6de3d26730d1955d56aa86c4
* Build uitest war with mavenTeemu Suo-Anttila2016-04-1526-0/+3890
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda