Skip to content

7.0.216

Choose a tag to compare

@shai-almog shai-almog released this 26 Dec 05:28
· 17 commits to master since this release
53ca24c
Fix ES_COMPARING_PARAMETER_STRING_WITH_EQ SpotBugs warnings (#4361)

Replaced string comparison using '==' with '.equals()' or 'Objects.equals()' in Font.java, SideMenuBar.java, and TestUtils.java.
Updated generate-quality-report.py to enforce this rule.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>