Remove shadowed method #544
Annotations
10 errors
checks:
internal/ui/about.go#L82
fyne.CurrentApp().Settings().AddChangeListener is deprecated: Use AddListener instead, which uses a callback-based API with the callback guaranteed to be invoked on the app goroutine. (SA1019)
|
checks:
internal/ui/desk.go#L334
l.app.Settings().AddChangeListener is deprecated: Use AddListener instead, which uses a callback-based API with the callback guaranteed to be invoked on the app goroutine. (SA1019)
|
checks:
internal/x11/wm/desk.go#L168
a.Settings().AddChangeListener is deprecated: Use AddListener instead, which uses a callback-based API with the callback guaranteed to be invoked on the app goroutine. (SA1019)
|
checks:
modules/launcher/calc.go#L88
fyne.CurrentApp().Driver().AllWindows()[0].Clipboard is deprecated: use App.Clipboard() instead. (SA1019)
|
checks:
modules/quaketerm/term.go#L162
fyne.CurrentApp().Settings().AddChangeListener is deprecated: Use AddListener instead, which uses a callback-based API with the callback guaranteed to be invoked on the app goroutine. (SA1019)
|
checks:
wm/border.go#L69
field content is unused (U1000)
|
checks:
wm/button.go#L21
type closeButton is unused (U1000)
|
checks:
wm/button.go#L27
func (*closeButton).Cursor is unused (U1000)
|
checks:
wm/button.go#L31
func (*closeButton).MouseIn is unused (U1000)
|
checks:
wm/button.go#L36
func (*closeButton).MouseMoved is unused (U1000)
|