WebAnalyticsExtAppController sonar issues 86/90086/1
authorDominik Mizyn <d.mizyn@samsung.com>
Tue, 18 Jun 2019 13:10:48 +0000 (15:10 +0200)
committerDominik Mizyn <d.mizyn@samsung.com>
Tue, 18 Jun 2019 13:12:50 +0000 (15:12 +0200)
- Rename this local variable to match the regular expression
- Make this anonymous inner class a lambda.
- Immediately return this expression instead of assigning it to
the temporary variable "response".
- Move the "" string literal on the left side of this string comparison.
- Replace the type specification in this constructor call
with the diamond operator ("<>").

Issue-ID: PORTAL-648
Change-Id: I1666d94dccbbe8aa835ea9a443a9973a245353f4
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>

No differences found