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