summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove HasValue from GridPekka Hyvönen2016-11-1026-522/+976
* Use final modifier where appropriatePer-Åke Minborg2016-11-0998-150/+149
* Create script GeneratePostPublishReport.pyAleksi Hietanen2016-11-073-23/+88
* Replace EMPTY_SET and EMPTY_LIST with emptySet() and emptyList()Per-Åke Minborg2016-11-073-13/+12
* Use lambdas where appropriatePer-Åke Minborg2016-11-0738-560/+346
* Replace Charset.forName("UTF--8") with StandardCharsets.UTF_8Per-Åke Minborg2016-11-074-12/+13
* Explicit type args can be inferredPer-Åke Minborg2016-11-054-13/+13
* Replace implicit for-loop with foreachPer-Åke Minborg2016-11-0513-59/+30
* Replace Stack with DequePer-Åke Minborg2016-11-053-26/+29
* Replace HashtablePer-Åke Minborg2016-11-051-9/+9
* Rename generic type parameter that hides another type parameterPer-Åke Minborg2016-11-051-4/+4
* Remove another redundant castPer-Åke Minborg2016-11-051-1/+1
* Remove redundant castingPer-Åke Minborg2016-11-0511-14/+14
* Remove redundant array creation for varargsPer-Åke Minborg2016-11-058-16/+15
* Make sure lock() is released in finally blockPer-Åke Minborg2016-11-052-21/+26
* Replace assertEquals(true|false,) with assert(True|False)Per-Åke Minborg2016-11-053-19/+20
* Flip parameters of .assertEquals()Per-Åke Minborg2016-11-042-5/+6
* Replace Vector with List and ArrayListPer-Åke Minborg2016-11-042-6/+6
* Scrolling down submenus via scrollbar (MenuBar.isAutoOpen()) (#10456)Anna Miroshnik2016-11-043-1/+139
* Pass array of length when possiblePer-Åke Minborg2016-11-041-1/+1
* Use Collection .isEmpty() over .size() == 0Per-Åke Minborg2016-11-043-4/+4
* Use String .isEmpty() over .equals("")Per-Åke Minborg2016-11-047-16/+16
* Use chain of .append() methods instead of String concatenationPer-Åke Minborg2016-11-047-16/+13
* Add method to auto scale calendar time range (#17715)Steven Spungin2016-11-042-4/+150
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-0426-730/+788
* Add demo validation and deployment status traffic light to new build reportAleksi Hietanen2016-11-042-16/+38
* Improve GenerateBuildTestAndStagingReport8.0.0.alpha6Aleksi Hietanen2016-11-031-5/+19
* Revert "Convert to for-each loop, Stream and switch-over-strings"Pekka Hyvönen2016-11-0310-109/+115
* Remove redundant invocations of .toString()Per-Åke Minborg2016-11-022-3/+3
* Remove manual array copyPer-Åke Minborg2016-11-025-16/+10
* Replace single character Strings with character literalsPer-Åke Minborg2016-11-026-14/+14
* Remove Boolean constructor invocation and add foreachPer-Åke Minborg2016-11-024-6/+6
* Convert to for-each loop, Stream and switch-over-stringsPer-Åke Minborg2016-11-0211-118/+111
* Replace String.indexOf with String.containsPer-Åke Minborg2016-11-021-2/+2
* Replace with multi-catchPer-Åke Minborg2016-11-025-26/+8
* Convert to try-with-resourcePer-Åke Minborg2016-11-0211-86/+76
* Use diamond in generic creation where possiblePer-Åke Minborg2016-11-025-6/+6
* Add @Override annotationsPer-Åke Minborg2016-11-022-0/+6
* Add bracesPer-Åke Minborg2016-11-021-3/+5
* Improve script GenerateBuildTestAndStagingReportAleksi Hietanen2016-11-021-65/+66
* Use operator assignments where possiblePer-Åke Minborg2016-11-026-8/+8
* Remove redundant castsPer-Åke Minborg2016-11-023-6/+6
* Add private constructor for utility classesPer-Åke Minborg2016-11-0217-1/+53
* Make SelectionModel API only server side.Denis Anisimov2016-11-0229-122/+126
* Move read-only to AbstractFieldState (#8514)Teemu Suo-Anttila2016-11-0213-50/+108
* Add new publish report scriptHenri Sara2016-11-021-0/+95
* Initial version for new combined build, testing and staging report scriptAleksi Hietanen2016-11-021-0/+161
* Create SingleSelect semantic interface which extends HasValue.Denis Anisimov2016-11-022-1/+32
* Clean up state hierarchy for AbstractFieldStateTeemu Suo-Anttila2016-11-0211-76/+37
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-0222-148/+193