17112 Commits (373bd63dcd2ed659d953ad591c4099b658aec8f6)
 

Author SHA1 Message Date
  Per-Åke Minborg 25eba3c796 Use lambdas where appropriate 7 years ago
  Per-Åke Minborg d2e69d55b7 Replace Charset.forName("UTF--8") with StandardCharsets.UTF_8 7 years ago
  Per-Åke Minborg d75191c0e3 Explicit type args can be inferred 7 years ago
  Per-Åke Minborg a7f33a05e7 Replace implicit for-loop with foreach 7 years ago
  Per-Åke Minborg a1af515897 Replace Stack with Deque 7 years ago
  Per-Åke Minborg 3e2ddb4691 Replace Hashtable 7 years ago
  Per-Åke Minborg 3f30e5bde9 Rename generic type parameter that hides another type parameter 7 years ago
  Per-Åke Minborg e6d654890e Remove another redundant cast 7 years ago
  Per-Åke Minborg 399d7cd5c4 Remove redundant casting 7 years ago
  Per-Åke Minborg 7f28a0fd47 Remove redundant array creation for varargs 7 years ago
  Per-Åke Minborg 734d99d669 Make sure lock() is released in finally block 7 years ago
  Per-Åke Minborg d75b3a6380 Replace assertEquals(true|false,) with assert(True|False) 7 years ago
  Per-Åke Minborg 6d9052749f Flip parameters of .assertEquals() 7 years ago
  Per-Åke Minborg b6b70f6b9d Replace Vector with List and ArrayList 7 years ago
  Anna Miroshnik 0652f2abb8 Scrolling down submenus via scrollbar (MenuBar.isAutoOpen()) (#10456) 9 years ago
  Per-Åke Minborg c1a027bc69 Pass array of length when possible 7 years ago
  Per-Åke Minborg 92f1d4c34c Use Collection .isEmpty() over .size() == 0 7 years ago
  Per-Åke Minborg 41c183a9b6 Use String .isEmpty() over .equals("") 7 years ago
  Per-Åke Minborg 888568f27a Use chain of .append() methods instead of String concatenation 7 years ago
  Steven Spungin 0fc0ac0386 Add method to auto scale calendar time range (#17715) 9 years ago
  Denis Anisimov b6960abff4 Create MultiSelect interface to replace Multi selection model. 7 years ago
  Aleksi Hietanen 9e10d5d29c Add demo validation and deployment status traffic light to new build report 7 years ago
  Aleksi Hietanen de98281e5c Improve GenerateBuildTestAndStagingReport 7 years ago
  Pekka Hyvönen f5048f21bf Revert "Convert to for-each loop, Stream and switch-over-strings" 7 years ago
  Per-Åke Minborg 01f0de8858 Remove redundant invocations of .toString() 7 years ago
  Per-Åke Minborg a17918fb40 Remove manual array copy 7 years ago
  Per-Åke Minborg 26557c4fca Replace single character Strings with character literals 7 years ago
  Per-Åke Minborg 9bef3d136c Remove Boolean constructor invocation and add foreach 7 years ago
  Per-Åke Minborg 73078c7560 Convert to for-each loop, Stream and switch-over-strings 7 years ago
  Per-Åke Minborg 5b5f03faa0 Replace String.indexOf with String.contains 7 years ago
  Per-Åke Minborg 557721f86e Replace with multi-catch 7 years ago
  Per-Åke Minborg 6b8f9779fb Convert to try-with-resource 7 years ago
  Per-Åke Minborg 53701564b1 Use diamond in generic creation where possible 7 years ago
  Per-Åke Minborg 3b3df42e74 Add @Override annotations 7 years ago
  Per-Åke Minborg c09128f96c Add braces 7 years ago
  Aleksi Hietanen 7e0e21c855 Improve script GenerateBuildTestAndStagingReport 7 years ago
  Per-Åke Minborg e4bc497e91 Use operator assignments where possible 7 years ago
  Per-Åke Minborg 526bd08524 Remove redundant casts 7 years ago
  Per-Åke Minborg 4bd1ce19eb Add private constructor for utility classes 7 years ago
  Denis Anisimov 13747f7003 Make SelectionModel API only server side. 7 years ago
  Teemu Suo-Anttila dd20841c39 Move read-only to AbstractFieldState (#8514) 7 years ago
  Henri Sara abd4e816f7 Add new publish report script 7 years ago
  Aleksi Hietanen ad406f7986 Initial version for new combined build, testing and staging report script 7 years ago
  Denis Anisimov c8e83ca3b0 Create SingleSelect semantic interface which extends HasValue. 7 years ago
  Teemu Suo-Anttila 35c0e4dc46 Clean up state hierarchy for AbstractFieldState 7 years ago
  Teemu Suo-Anttila cff9d87dd9 Move setReadOnly from Component to HasValue 7 years ago
  Pekka Hyvönen 2cb106ce09 Add Bindinding.setRequired 7 years ago
  Denis Anisimov e4d132f4cb Introduces ValidationResult interface to replace Result in validators. 7 years ago
  Teemu Suo-Anttila 855ec0f679 Add error message provider to provide translations 7 years ago
  Pekka Hyvönen 48c249a13e Replace setRequired & HasRequired with setRequiredIndicator 7 years ago