This inspection reports assignments to fields marked with the @UiField annotation.
Such fields are initialized by UiBinder so they should not be changed by user code. If you want to initialize such fields in your code you
need to set the 'provided' attribute to 'true' in the @UiField annotation.