7.0.216
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>