Opened on 01/26/2018 at 01:07:06 PM
#6319 new change
Use "final" where possible
| Reported by: | asmirnov | Assignee: | |
|---|---|---|---|
| Priority: | P4 | Milestone: | |
| Module: | Libadblockplus-Android | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Platform: | Android | |
| Ready: | no | Confidential: | no |
| Tester: | Unknown | Verified working: | no |
| Review URL(s): | |||
Description
Background
final prevents variable value change (and helps to avoid bugs) and increases performance a bit.
We should use it where it's possible.
Also to be discussed and fixed in automatic code style.
What to change
Use final java keyword where possible.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
